@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class DocumentoType.ContenutoDocumento extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="mimeType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="application/pdf"/>
<enumeration value="image/jpeg"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mimeType |
protected byte[] |
value |
| Constructor and Description |
|---|
ContenutoDocumento() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Recupera il valore della proprietà mimeType.
|
byte[] |
getValue()
Recupera il valore della proprietà value.
|
void |
setMimeType(String value)
Imposta il valore della proprietà mimeType.
|
void |
setValue(byte[] value)
Imposta il valore della proprietà value.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected byte[] value
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected String mimeType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public byte[] getValue()
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public void setValue(byte[] value)
value - allowed object is
byte[]@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public String getMimeType()
StringCopyright © 2024. All rights reserved.